OBJCTREE
Section: User Commands (1)
Updated: 15 July 1994
Index
Return to Main Contents
NAME
objctree - perl script for generating Objective-C tree lists from header files
SYNOPSIS
objctree
[
-r
root-class
]
[
-o
output-file
]
[
-D
definitions
]
[
-I
include-paths
]
header-files
DESCRIPTION
Invokes the cc preprocessor. The
-I
and the
-D
options are passed to the preprocessor. The output of the preprocessor is
analyzed and a mathematica-style list of the class hierarchy is written in the output file. Uses the
sym
subdirectory for temporary files. If the subdirectory does not exist uses
/tmp.
OPTIONS
- -r root-class
-
Sets the root class of the class hierarchy. Default is
Object
- -o output-file
-
Specifies the output file. Default is
classtree
ENVIRONMENT
- USER
-
is used to make a unique temporary file in /tmp.
- PWD
-
is used to determine current working directory.
AUTHORS
Uwe Hoffmann
<hoffmann@fzi.de>.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- ENVIRONMENT
-
- AUTHORS
-
This document was created by
man2html,
using the manual pages.
Time: 20:44:29 GMT, September 18, 2024